Class OrderDiscountCode

Description

This Class represents a dataobject for an Order Discount



			
Variable Summary
double $Discount
int $Id
int $OrderId
string $Title
string $Type
double $Value
bool $Vat
Variables
double $Discount

The actual discount amount given on the Order

int $DiscountId

The id of the Discount of the OrderDiscountCode

int $Id

The id of the OrderDiscountCode

int $OrderId

The id of the Order of the OrderDiscountCode

string $Title

The title of the OrderDiscount of this OrderDiscountCode

string $Type

The type of the OrderDiscountCode ('p' for percentage, 'f' for fixed amount)

double $Value

The value of the OrderDiscountCode (either percentage of fixed amount according to the Type)

bool $Vat

Wether or not the discount code has vat

Documentation generated on Thu, 26 Jul 2018 13:22:47 +0000 by phpDocumentor 1.4.4